gametheory
Class ReadInData

java.lang.Object
  extended by gametheory.ReadInData

public class ReadInData
extends java.lang.Object

Reads in data from pre-calculated profit file. The profit file contains the expected profit for each firm, conditonal on the full vector of entry choices. Further details can be found in Bajari, Hong, and Ryan (2009).


Constructor Summary
ReadInData()
          Creates a new instance of ReadInData
 
Method Summary
 java.util.ArrayList<Game> getGameList()
          Returns game list.
 void setGameList(java.util.ArrayList<Game> gameList)
          Sets the game list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadInData

public ReadInData()
Creates a new instance of ReadInData

Method Detail

getGameList

public java.util.ArrayList<Game> getGameList()
Returns game list.

Returns:
Game list.

setGameList

public void setGameList(java.util.ArrayList<Game> gameList)
Sets the game list.

Parameters:
gameList - Game list to be populated.